home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 November
/
CPNL0711.ISO
/
boekhoud
/
finan
/
BADGER finance v1.0 beta 2.exe
/
xampplite
/
phpMyAdmin
/
chk_rel.php
< prev
next >
Wrap
PHP Script
|
2005-11-23
|
449b
|
25 lines
<?php
/* $Id: chk_rel.php,v 2.5 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/db_details_common.inc.php');
require_once('./libraries/relation.lib.php');
/**
* Gets the relation settings
*/
$cfgRelation = PMA_getRelationsParam(TRUE);
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>